home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Shareware Grab Bag
/
Shareware Grab Bag.iso
/
090
/
jazclib1.arc
/
JZINTWND.C
< prev
next >
Wrap
Text File
|
1986-01-18
|
217b
|
11 lines
jzintwnd( frow1,fcol1,frow2,fcol2,fattr )
int frow1,fcol1,frow2,fcol2,fattr;
{
extern _row1,_col1,_row2,_col2,_attr;
_row1 = frow1;
_col1 = fcol1;
_row2 = frow2;
_col2 = fcol2;
_attr = fattr;
}